-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SGX port v0.8.9 #1
Conversation
Cargo.toml
Outdated
@@ -62,10 +62,17 @@ features = [ | |||
wasi = "0.11.0" | |||
libc = "0.2.149" | |||
|
|||
[target.x86_64-fortanix-unknown-sgx.dependencies] | |||
async-usercalls = { git = "https://github.com/fortanix/rust-sgx.git", branch = "vas/async-usercalls-scratch" } # FIXME: use published version once available |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
TODO: async-usercalls
needs to be reserved on crates.io before a proper patch can be used here.
@@ -0,0 +1,18 @@ | |||
#!/bin/bash -ex | |||
export RUST_BACKTRACE=1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is part of the "local CI" commit and may be removed before upstreaming
This PR is part of the async I/O work. Before upstreaming these
mio
changes, we should do an internal review.All credits must go to @mzohreva . He did the heavy lifting, I only rebased things on the latest master.
cc: @BelalH @vn971